home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / visual / perl.exe / {app} / Webroot / cgi-bin / crash.cgi < prev    next >
Encoding:
Text File  |  2003-01-11  |  120 b   |  6 lines

  1. #!perl
  2.  
  3. use CGI::Carp qw(fatalsToBrowser);
  4.  
  5. # This line invokes a fatal error message at compile time.
  6. foo bar baz;